:root {
    /* --primary: #16AFB980; */
    --primary: #1C7AAF;
    /* --primary: #01a1ff; */
    --secondary: #16AFB9;  
    --white: #ffffff; 
    --lightgray: #DEDBDB;

    --body-bg-color: #dce4e3;
    --green: #18c29c;
    --lightblues: #16AFB9;
    /* --secondary: #ffffff; */
    --light-green: #8ed7c6;
    --light-grey: #dce4e3;
    --text-color: #084236;
    --sidebaar-color: #002F58;
    --sidebar-menu-list: linear-gradient(90deg, #F44D4D 0%, rgba(220, 214, 214, 0.81) 100%);

  }
  @font-face {
    font-family: 'poppinsmedium';
    src: url('../../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, *{
  font-family: "Poppins", sans-serif;
}
  .tab {
    display: none;
  }
  .n-padding-30{
    padding-right: 30px !important;
  }
  .navbar{
    height: 85px;
    box-shadow:  0 0 10px 1px #DBDBDB;
  }
  .navbar-collapse {
      flex-grow: 0 !important;
  }

* {
    margin: 0;
    padding: 0
}

:root {
    --white: #ffffff;
    --darkblue: #16AFB9;

}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}
.otp_border_input {
  border-bottom: 1px solid #8A8A8A !important;
  margin-bottom: 15px;
}
.mobile_input{
  border: 0;
  border-radius: 0;
  border-top: 1px solid #C4C4C4 !important;
  border-bottom: 1px solid #C4C4C4 !important;
  color: #1C7AAF !important;
}

.get-otp-button{
  border-radius: 10px;
  width: 70% !important ;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  padding: 10px;
  /* line-height: 30px; */
  font-weight: 500;
  margin: auto;

  
}
.register-otp-label{
  color: #525557 !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
}
.dont-p{
  margin-bottom: 15px;
}
.get-code{
  text-align: center;
  padding: 40px 0 30px 0;
}



#msform fieldset:not(:first-of-type) {
    display: none
}













.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

.progress-bar {
    width: 33%;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33% !important;
    float: left;
    position: relative;
    font-weight: 500;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
  height: 20px;
  margin:30px 0;
}

.progress-bar {
    background-color: var(--primary);
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.business-reg {
    background-size: contain !important;
    background-position: left;
    background-repeat: no-repeat;
    height: 700px;
    margin-bottom: 30px;
   

}

.place-order-banner img {
    width: 80%;
    object-fit: contain;
}

.place-order-banner {
    padding-top: 80px;
    /* margin-right: 110px; */
}

.business-card {
    background: var(--white);
    box-shadow: 0 0 20px 0 #46434340;
    border: 1px solid #C9C2C2;
    border-radius: 43px;
    padding: 30px 100px;
    margin-top: 50px !important;
}

.business-register-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 43px;
}

.business-register-heading p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
}

.business_border_input {
    border-bottom: 1px solid #47F638 !important;
    margin-bottom: 15px;
}
.otp-input-box{
  text-align: center;
  height: 70px;
  border-radius: 13px;
}
.business_input {
    padding: 6px 0;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    transition: none;
}

.business_label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

/* .next {
    border-radius: 34px;
    
    border: 1px solid #16AFB9;
    color: #16AFB9;
    font-size: 16px;
    padding: 3px;
    line-height: 30px;
    font-weight: 500;
    margin: auto;
} */

.business-next{
  border-radius: 34px;
  width: 217px;
  border: 1px solid #01a0fe;
  color: #01a0fe;
  font-size: 16px;
  padding: 10px;
  /* line-height: 30px; */
  font-weight: 500;
  margin: auto;
  
}
.business-next:hover{
  background: var(--primary);
  color: #fff !important;
  cursor: pointer;
}
.business-next:hover a{
  color: #fff !important;
}
.business-next.active{
  background: var(--primary);
  color: #fff;

}
.submit-business{
  border-radius: 34px;
    
  border: 1px solid #16AFB9;
  color: #16AFB9;
  font-size: 20px;
  padding: 7px 0;
  line-height: 30px;
  font-weight: 500;
  margin: auto;
}
.submit-business:hover{
  background: var(--primary);
  color: #fff;
  background-color: ;
}

.next-2 {
    border-radius: 34px;
    border: 1px solid #16AFB9;
    color: #16AFB9;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    /* margin: auto; */
    width: 40%;
    text-align: center;
    float: right;


}

.previous {
    /* border-radius: 34px;
    border: 1px solid #16AFB9;
    color: #16AFB9;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500; */
    /* margin: auto; */
    width: 40%;
    /* text-align: center; */
    /* padding: 3px; */
    /* float: left; */
}
.business-previous {
  border-radius: 34px;
  border: 1px solid #16AFB9;
  color: #16AFB9;
  font-size: 16px;
  /* line-height: 30px; */
  font-weight: 500;
  /* margin: auto; */
  width: 40%;
  text-align: center;
  padding: 10px;
  float: left;
}

.previous img {
    width: 8%;
    margin-right: 10px;
    object-fit: contain;
}

.next {
    width: 40%;
    text-align: center;

}
.submit-business{
  width: 40%;
  text-align: center;

}

.next img {
    width: 10%;
}

.business-register {
    padding-bottom: 25px;
}

.checkboxs {
    display: flex;
    align-items: flex-start;
}

.verify-number-heading {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 16px 0;
}

.checkboxs p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.resend-otp {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 500;
    padding: 13px 0;
}

.Verify-card {
    padding: 30px 80px;
}
.Verify-card input{
  border-color: #7DFF72 !important;
  /* color: #CFC7C7 !important; */
  color: #8b8484 !important;
  font-size: 20px !important;
  border-radius: 13px !important;
}
.Verify-card input::placeholder{
  color: #CFC7C7 !important;
}
.contact_input::placeholder{
  color: #CFC7C7 !important;
}
.re-otp {
    color: var(--darkblue);
    cursor: pointer;
    padding-left: 10px;
}

  .nav-link{
    padding: 0.5rem 2rem !important;
    color: #616161 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .nav-link.active{
    color: var(--primary) !important;
    font-weight: 700;
  }
  .navbar-nav .nav-link:hover{
    color: var(--primary) !important;
    /* font-weight: 700; */
  }
  .header-location{
    color: var(--primary);
    font-weight: 500;
    font-size: 15px;
    max-width: 200px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .header-location:hover{
    cursor: pointer !important;
  }
  .logo-text{
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
    color: #16AFB9;
;
  }
  .index-m-top h2{
    color: #002F58 !important;
    font-weight: 700 !important;
    border-bottom: 5px solid #00A1FF;
    padding-bottom: 7px;
    width: fit-content;
  }
  @media(min-width:992px){
      .container-md-flex{
      display: flex !important;
      justify-content: space-between !important;
  }
  .back{
      display: none !important;
  }
 
  }
  @media(max-width:580px){

    .index-m-top{
margin-top:65px;
    }
  }
@media(max-width:992px){
      .container-md-flex{
      display: flex !important;
      justify-content: space-between !important;
  }
  .Verify-card {
    padding: 28px 30px;
}
  .business-register-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    padding: 20px 0 0 0;
}

.business-register-heading p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0 0px 0;
}
.progress {
  height: 20px;
  margin-bottom: 35px;
}
  .business-card {
    background: var(--white);
    box-shadow: 0 0 20px 0 #46434340;
    border: 1px solid #C9C2C2;
    border-radius: 43px;
    padding:0 40px 30px 40px;
    margin-top: 120px !important;
}
.business-reg{
  background-size: contain !important;
  height: unset !important;
}
  }
  .place-order-card{
    background: var(--white);
    box-shadow: 0 0 20px 0 #46434340;
    border: 1px solid #C9C2C2;
    border-radius: 43px;
    padding:30px 60px ;
    margin-top: 50px !important;
  }
  .place-order-card-header{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
  .home_order_input{
    border-bottom: 1px solid #47F638 !important;
    margin-bottom: 10px;
  }
  .place_order_input{
    padding:6px 0;
    border:none;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    transition: none;
  }
  .place_order_input::placeholder{
    color: #A8A0A0;
  }
  .schedule-info .place_order_input{
    font-size: 20px;
  }
  .pickup_label{
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
  }
  .order_checkbox_text{
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    padding-left: 13px;
  }
  .order-selection{
    padding: 15px 0 !important;
  }
  .confirm-button{
    background-color: var(--lightgray) !important;
    width: 271px;
    border-radius: 34px;
   
    text-align: center;
    padding: 10px 0;
  }
  .place-order-banner img{
      width: 80%;
      object-fit: contain;
  }
  .place-order-banner{
    padding-top:0px ;
    /* padding-top:50px ; */
    /* margin-right: 110px; */
  }
  .place_order_form{
    background-size: contain !important;
    background-position: left;
    background-repeat: no-repeat;
    height: 700px;
  }
  .place_order{
    background-size: contain !important;
    background-position: left;
    background-repeat: no-repeat;
    /* height: 700px; */
    /* padding: 0px 103px 40px 0px; */
   
  }
  .why_us{
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    /* height: 500px; */
  }
  .why-hr-line{
    margin: auto;
    width: 117px;
    height: 5px !important;
    color: var(--primary);
    margin-top: 5px;
    opacity: 1;
  }
  .vehicles{
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .why_card{
    box-shadow: 3px 3px 10px 0px #CAC7C740;
border-radius: 20px;
background-color:var(--white);
/* margin-top: 50px; */
margin:50px 22px 0 22px !important;
  }
  .why_card p{
    font-weight: 500;
    color: black;
    font-size: 14 px;
    line-height: 22.5px;
    padding: 40px 32px !important;
    min-height: 147px;
 
  }
  .join_input::placeholder{
    color: #a8a0a0;
  }
  .basic-info{
    position: relative;
  }
  .why_card img{
    padding-left: 32px;
    object-fit: cover;
    margin-top: -37px;
    width: 95px;
  }
  button.active{
    background-color: red !important;
  }
  .why_header{
    font-size:45px ;
    font-weight:600 ;
    line-height:67.5px ;
    margin: 70px 0 0 0;
  }
  .Ba_a_partner{
    font-size:45px ;
    font-weight:600 ;
    line-height:67.5px ;
    padding-bottom: 50px;
    /* color: var(--white); */
  }
  .vehicle-card{
    box-shadow: 3px 3px 10px 0px #CAC7C740;
    border-radius: 20px;
    background-color: var(--white);
    overflow: hidden;
    padding:20px 30px;
    /* margin-top: 100px; */
    text-align: center;

  }
  #current-location-map{
    height: 480px;
  }

  .vehicle-card img{
    width: 100%;
    object-fit: contain;
    height: 155px;
  }
  .vehicle-card p{
   margin: 0;
   color: #000;
  }
  .vehicle-detail{
padding: 20px 20px;
  }
  .vehicle-desc h6{
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    /* text-align: left; */
  }
  .vehicle-desc {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
  }
  .vehicle-detail{
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
  }
  .vehicle-apply-button {
    background-color: var(--primary);
    border-radius: 34px;
    padding: 10px 60px;
    border: none;
     color:var(--white) !important;
  }
  .vehicle-apply-button a{
   
    border: none;
     color:var(--white) !important;
  }
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  .map-popup-label{
    padding: 2px 0;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    transition: none;
    color: #A8A0A0;
    cursor: pointer;
  }
  .footer-description p{
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    color: var(--white);
    padding: 5px 20px 5px 10px;
  }
  .footer_a_teg_heading{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--white);
  }
  .footer_a_teg ul li{
list-style: none;
  }
  .footer_a_teg ul li a{
text-decoration: none;
color: var(--white);
font-size: 15px;
font-weight: 500;
font-family: 25px;
  }
  .footer_a_teg ul{
padding-left: 0;
  }
  .location{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--white);
  }
  .location_a{
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    color: var(--white);
  }
  .get_in_touch ul li{
    list-style: none;
    display: inline-block;
    padding-right:10px;
    margin-bottom: 15px;
  }
  .get_in_touch :first-child{
    padding-left: 0;
  }
  
  .get_in_touch ul{
    padding-left: 0;
  }
  
/* The popup form - hidden by default */
@media(min-width:992px){
  .navbar-toggle-icon{
      display: none;
  }
}

* {box-sizing: border-box;}

.form-popup {
  /* display: none; */
  /* position: fixed; */
  /* top: 0; */
  /* right: 0px; */
  /* left: 0px; */
  /* z-index: 9; */
  border-radius: 0 0 39px 39px;
  background-color: var(--white);
  padding: 15px .75rem;
  /* z-index: 99999999; */
}
.mobile-menu-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.nav-link-mobile{
    padding: 0.5rem 0rem !important;
    color: #616161 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .nav-link-mobile {
    display: flex;
    align-items: center;
    text-decoration: none;
   ;
   
  }
  .nav-link-mobile img{
    width: 30px;
  }
  .nav-link-mobile p{
    margin-bottom: 0;
    padding-left: 20px;
  }
  .nav-link-mobile.active{
    color: var(--primary) !important;
    font-weight: 700;
  }
  .navbar-nav-mobile .nav-link-mobile:hover{
    color: var(--primary) !important;
    /* font-weight: 700; */
  }
  .navbar-nav-mobile{
    padding-left: 0;
  }
  .navbar-nav-mobile li{
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0 !important;
  }
  .navbar-nav-mobile li:last-child{
    border-bottom: 0;
  }
  .join_our_initiative{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 500px;
    padding: 20px 60px;
    background-color: var(--white);
    border-radius: 40px 40px 0 0;
    box-shadow: 0px 0px 10px 0px #BEBEBE40;
    z-index: 3;

  }
  .join-init-heading{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  /* .join-footer-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */
 .footer-img img{
  width: 100%;
  object-fit: contain;

 }
 .navbar{
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999999;
  width: 100%;
 }
 .app-store-heading{
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
}
.app-store-text{
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.store-link-img img{
  width: 100%;
  object-fit: cover;
}
.store-link-big-img{
  /* float: right; */
}
.store-link-big-img img{
  width: 45%;
  object-fit: cover;
}
.app-type{
  font-size: 20px;
  font-weight: 600;
  line-height:30px ;
}
.app-store-info{
  text-align: center;
  padding: 40px;
}
.join-our-box-title{
  color: #16AFB9;
  font-weight: 600;
  font-size: 12px;
}
.join-footer-text ul{
  list-style: none;
}
.join-footer-text ul li{
  display: inline-block;
  width: 49%; 
  text-align: center;
  /* list-style-type:none; */
}
.join-our-box-desc{
  font-size: 20px;
  font-weight: 500;
}
.download-sec-title{
  font-size: 30px;
  font-weight: 600;
}
.download-sec-desc{
  font-size: 14px;
  color: #898484;
}
.download-sec-app-head{
  font-weight: 600;
  font-size: 20px;
}
.app-icon-list{
  padding-left: 0 !important;
}
.app-icon-list li{
  list-style: none;
  display: inline-block;
  width: 49%;
}
.app-icon-list li img{
  width: 100%;
}
.about-us{
  padding: 50px 20px;
    }
    .about-heading{
       font-size: 40px;
       font-weight: 600;
       line-height: 67.5px;
       padding-bottom: 23px;
    }
    .about-text{
  font-size: 22px;
  line-height: 35.5px;
  font-weight: 500;
  color: #7A7878;
    }
    .about-list{
      font-size: 22px;
      line-height: 35.5px;
      font-weight: 500;
      color: #7A7878;
    }
    .about-list ul li img{
      padding-right: 10px;
     }
    .about-list ul li::marker{
      color: var(--secondary);
     }
     .about-button{
      border-radius: 27.5px;
      font-size: 18px;
      /* line-height: 27px; */
      font-weight: 500;
      border: none;
      padding: 10px 40px;
      margin-top: 20px;
      background-color: var(--primary);
      color: var(--white);
  
     }
     .about-moblie-img{
      /* text-align: center; */
      margin: 50px 30px 50px 30px;
      box-shadow: 0px 0px 10px 0px #CBCBCB40;
      background: #FFFFFF;
     border-radius: 50%;
      padding: 20px 0;
  
     }
     .about-moblie-img img{
      width: 55%;
      margin-left: 40px;
      object-fit: contain;
     }
     .about-mobile-appliction{
  padding: 50px 0px 50px 110px;
  
     }
     .our-appliction-moblie-img{
  margin-top: 50px;
     }
     .our-appliction-moblie-img img{
    object-fit: contain;
         }
     .our-appliction-heading{
  font-size: 40px;
  line-height: 76.5px;
  font-weight: 600;
  }
     .our-appliction-text{
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  color: #7A7878;
     }
     .app-store-img img{
  object-fit: contain;
  width: 30%;
  margin: 30px 0 ;
     }

     /* //contact start  */
     .contact_message_input{
      border-bottom: 1px solid #47F638 !important;
      margin-bottom: 8px;
    }
    .contact_input{
      padding:6px 0;
      border:none;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      transition: none;
      color: #616d77 !important;
    }
    .contact-message-card{
      border-radius: 37px;
      padding: 50px 30px;
      box-shadow: 0px 0px 10px 5px #BABABA40;
      background-color: var(--white);
     
  
    }
    .contact-map{
      position: relative;
      margin-top: 300px;
    }
    .contact-message-pos{
      /* position: absolute;
      top: -50%;
      right:120px; */
      position: absolute;
      top: -225px;
      right: 0;
      left: 0;
    }
    .message-heading{
      font-size: 27px;
      line-height: 45px;
      font-weight: 500;
      color: var(--secondary);
      padding-bottom: 15px;
    }
    .send-message{
      border-radius: 41px;
      background-color:var(--primary) ;
      border: none;
      color: #fff;
      padding: 10px 0;
      margin: 20px 0;
    }
    .contact-info{
      border-radius: 41px;
      background-color: var(--primary);
      color: var(--whi
      te);
      padding: 30px;
    }
    .contact-info-heading{
      font-size: 26px;
      line-height: 52px;
      font-weight: 500;
      padding: 10px 0;
    }
    .contact-info-text{
      font-size: 17px;
      line-height: 30px;
      font-weight: 500;
    }
    .contact-info-text img{
     padding-right: 20px;
     object-fit: contain;
     width: 10%;
    }
    .contact-info-text p {
      color: var(--white);
    }
    .contact-info-text p a {
      color: var(--white);
    }
    .contact-icon{
      font-size: 17px;
      line-height: 30px;
      font-weight: 500;
    }
    .contact-pos{
      position: absolute;
      top: 60px;
      left:30px;
    }
    .contact-pos-rel{
      position: relative;
    }
    .rectangle-bg{
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .app-store-heading{
      font-size: 25px;
      line-height: 45px;
      font-weight: 600;
    }
    .app-store-text{
      font-size: 12px;
      line-height: 18px;
      font-weight: 500;
    }
    .store-link-img img{
      width: 100%;
      object-fit: cover;
    }
    .store-link-big-img{
      /* float: right; */
    }
    .store-link-big-img img{
      width: 45%;
      object-fit: cover;
    }
    .app-type{
      font-size: 20px;
      font-weight: 600;
      line-height:30px ;
    }
    .app-store-info{
      text-align: center;
      padding: 40px;
    }
    @media(max-width:992px){
      .about-us{
        padding: 50px 20px;
          }
          .about-heading{
             font-size: 25px;
             font-weight: 600;
             line-height: 37px;
             padding-bottom: 23px;
          }
          .about-text{
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        color: #7A7878;
          }
          .about-list{
            font-size: 15px;
            line-height: 22px;
            font-weight: 500;
            color: #7A7878;
          }
          .about-list ul li img{
           padding-right: 10px;
          }
          .about-list ul li::marker{
            color: var(--secondary) !important;
           }
           .media-replace{
            display:flex ;
            flex-direction: column-reverse;
           }
           .about-button{
            border-radius: 27.5px;
            font-size: 15 px;
            /* line-height: 27px; */
            font-weight: 500;
            border: none;
            padding: 10px 40px;
            margin-top: 20px;
            background-color: var(--primary);
            color: var(--white);
        
           }
           .about-moblie-img{
            /* text-align: center; */
            margin: 50px 30px 50px 30px;
            box-shadow: 0px 0px 10px 0px #CBCBCB40;
            background: #FFFFFF;
           border-radius: 50%;
            padding: 20px 0;
        
           }
           .about-moblie-img img{
            width: 55%;
            margin-left: 40px;
            object-fit: contain;
           }
           .about-mobile-appliction{
            padding: 20px;
            text-align: center;
            
               }
               .our-appliction-moblie-img{
            margin-top: 50px;
               }
               .our-appliction-moblie-img img{
              object-fit: contain;
                   }
               .our-appliction-heading{
            font-size: 25px;
            line-height: 37px;
            font-weight: 600;
            }
               .our-appliction-text{
            font-size: 15px;
            line-height: 34px;
            font-weight: 500;
            color: #7A7878;
               }
               .app-store-img img{
            object-fit: contain;
            width: 30%;
            margin: 30px 0 ;
               }
      .contact-message-pos{
          position: absolute !important;
          top: -250px !important;
          right: 0px;
          left:0px;
        }
        .contact-pos{
          position: absolute !important;
          top: -350px !important;
          left: 0;
          right:0;
        }
        .contact-map{
          position: relative;
          margin-top: 600px;
        }
        .footer-padding{
          padding: 20px 50px;
        }
    }
    @media(min-width:992px){
      .navbar-toggle-icon{
          display: none;
      }
   
    }
    @media(max-width:1350px) and (min-width:992px){
  
    }
    
    * {box-sizing: border-box;}
  
  /* Button used to open the contact form - fixed at the bottom of the page */
  
  
  /* The popup form - hidden by default */
  /* .form-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    left: 0px;
    z-index: 9;
    border-radius: 39px;
    background-color: var(--white);
    z-index: 99999999;
  } */
  .mobile-menu-icon{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .close{
      color: #000;
      font-size: 25px;
      line-height: 37px;
      font-weight: 600;
     /* margin-right: 30px; */
  }
  
  
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
    .nav-link-mobile {
      display: flex;
      align-items: center;
      text-decoration: none;
     ;
     
    }
    .nav-link-mobile p{
      margin-bottom: 0;
      padding-left: 20px;
    }
    .nav-link-mobile.active{
      color: var(--primary) !important;
      font-weight: 700;
    }
    
    
    /* end contact */
    .mobile_nav{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(217, 217, 217, .5);
      z-index: 99999999;
      display: none;
    }
    .place_order_tab{
      /* opacity: 0.5; */
      border: 1px solid rgba(18, 194, 205, 0.5);
      border-radius: 34px;
      overflow: hidden;
    }
    .place_order_tab .active{
      background: #1C7AAF;
      color: white;
      /* padding: 8px 0; */
      border-radius: 34px;
    }
    .place_order_tab:hover{
      cursor: pointer;
    }
    

    .form-control:focus {
      box-shadow: unset !important;
    }
    .swiper-pagination{
      display: none;
    }
    .download-sec-left-img{
      position: absolute;
            width: 90%;
            left: 0;
            z-index: 1;
            bottom: 0%;
            /* top: -236px; */
    }
    .download-sec{
      padding-top: 0;
      background: #eff9ff;
      margin-top: 100px;
    }

    /* join us */

    .join_bg{
      background-image: url('../images/Vector 170.png');
      background-size: contain !important;
      background-position: right;
      background-repeat: no-repeat;
      /* padding: 0px 103px 40px 300px; */
      height: 550px;
     
    }
    .join_bg-second{
      background-size: contain !important;
      background-position: left;
      background-repeat: no-repeat;
      /* padding: 0px 103px 40px 300px; */
      /* height: 700px; */
    }
    .join_bg-three{
      background-size: contain !important;
      background-position: right;
      background-repeat: no-repeat;
      /* padding: 0px 103px 40px 300px; */
      height: 550px;
      margin-top: -100px;
    }
   
  
    .join-team-heading{
      font-size: 35px;
      line-height: 67px;
      font-weight: 600;
    }
    .join-team-p{
      font-size: 22px;
      line-height: 37px;
      font-weight: 500;
      padding-top: 20px;
    }
    .join-team-text{
      padding: 50px 30px 20px 0;
    }
    .join-banner img{
      width: 50%;
      object-fit: contain;
    }
    .join-banner{
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      
    }
    .join-category-card img{
      margin-top: -140px;
      height: 164px;
    }
    .join-category-card{
      box-shadow: 3px 3px 10px 0px #CAC7C740;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
    }
    .join-category{
      font-size: 20px;
      font-weight:700 ;
      line-height:30px ;
      padding: 20px 0;
    }
    .category-apply{
    font-size: 15px;
    background-color: var(--primary);
    color: var(--white);
    font-weight: 500;
    padding: 10px 0;
    /* line-height: 30px; */
    border-radius: 20px;
    margin: 0 30px;
  
    }
    .category-details p{
      font-size: 15px;
      font-weight:500 ;
      line-height:24px ;
      padding: 20px 0;
    }
    .volunteer-form-card{
      border-radius: 43px;
      background-color: var(--white);
      box-shadow: 0px 0px 10px 0px #D7C9C9;
      padding: 30px 40px 40px 40px;
     
      margin-bottom: 50px;
  
    }
    .form-margin{
      margin-top: -100px;
    }
    .select-employee-input{
      border-radius: 43px;
      margin: -50px 0 50px 0;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
    }
    .volunteer-form-heading{
      font-size: 27px;
      font-weight: 600;
      line-height: 45px;
    }
    .join_input_border{
      border-bottom: 1px solid #47F638 !important;
      margin-bottom: 8px;
      
    }
    .join_input{
      padding:6px 0;
      border:none;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
     margin-top: 8px;
     margin-top: 0;
     color: #616d77 !important;
   
    }
    .join_input:focus{
      color: #A8A0A0;
    }
    .join-label{
      font-size: 17px;
      line-height:28px ;
      font-weight: 500;
    }
    .form-header{
      padding-bottom: 20px;
    }
    .volunteer-apply{
  font-size:16px ;
  /* line-height:24px ; */
  font-weight: 500;
  border-radius:20px ;
  background-color:var(--primary) ;
  color: var(--white);
  width: 200px;
  margin: auto;
  padding: 10px;
  text-align: center;
    }
    .modal{
      background: rgba(0,0,0,.4);
      z-index: 9999999;
    }
    .modal-header{
      font-size: 20px;
    }
    .input-group {
      position: relative;
      display: table;
      border-collapse: separate;
  }
  .input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 14px;
    border-color: #47F638;
}
.select-parcel-type.selected{
  border: 1px solid #16AFB980;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group .custom-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 14px;
}
.custom-form-control:focus{
  border-color: #47F638 !important;
}
.custom-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.search-input{
  height: 63px;
  border-color: #47F638;
  font-size: 15px;
  color: #A59D9D;
}
.current-location:hover {
  cursor: pointer !important;
}
    .modal-dialog{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 650px;
    margin-top: 0;
    }
    .modal-content{
      border-radius: 29px !important;
      padding: 20px !important;
    }
    .success-heading {
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      padding-top: 20px;
  }

  .success-cong-heading {
      /* color: var(--lightblues); */
      font-size: 28px;
      line-height: 45px;
      /* font-weight: 500; */
      padding: 10px 0 9px 0;
  }

  .success-img img {
      width: 50%;
      object-fit: contain;
  }

  .download-invoice {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
  }

  .download-invoice img {
      margin-right: 20px;
  }

  .contact-map-iframe{
    height: 450px;
  }

  /* place order start*/

  .parcel_type-card {
    border-radius: 43px;
    background-color: var(--secondary);
  }

  .select-pracel-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 15px 0;
  }

  .select-parcel-type {
    padding: 25px;

    text-align: center;
    background-color: linear-gradient(0deg, rgba(22, 175, 185, 0.5), rgba(22, 175, 185, 0.5)),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 19px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px 0px #BDB7B740;
    position: relative;

  }
  .select-parcel-type img{
    width: 100% !important;
  }
  .select-parcel-type:hover{
    cursor: pointer;
    /* border: 1px solid #16AFB980; */
  }
  .select-parcel-type input{
    position: absolute;
    visibility: hidden;
  }

  .parcel_input_border {
    border-bottom: 1px solid #47F638 !important;
    margin-bottom: 8px;

  }

  .parcel_input {
    padding: 6px 0;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;

  }

  .input-pos {
    position: relative;
    padding: 10px 0;
  }
              
  .parcel-avg {              
    position: absolute;              
    /* top: 0px; */              
    bottom: 35%;
    transform: translate(0px, 5px);
    right: 0;
  }

  #pickUpFormattedAddress, #deliveryFormattedAddress {  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
  }

  .parcel_checkbox_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding-left: 13px;
    padding-top: 5px;
  }

  .parcel-submit, .vehicle-submit {
    border-radius: 34px;
    /* font-size: 20px; */
    padding: 10px 0;
    font-weight: 500;
    /* line-height: 30px; */
    border: none;
    background-color: var(--lightgray);
    width: 200px;
    margin: auto;
    color: var(--white);
  }

  .bg-map {
    position: relative;
  }

  .parcel-card {
    position: absolute;
    top: -6px;
    transform: translate(5px, 5px);
    left: -6px;
  }

  .parcel_type-card {
    padding: 30px;
  }

  .parcel-padding {
    padding-left: 15px !important;
  }

  .business-map {
    position: relative;
  }

  .map-position-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .schedule_condtion {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 50px 0px;
    /* padding: 50px 20px; */
  }

  #msform fieldset:not(:first-of-type) {
    display: none
  }
  /* #msform fieldset{
    padding: 0 35px;;
  } */

  .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
  }

  .fieldlabels {
    color: gray;
    text-align: left
  }



  .user-details {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
  }

  .user-detail {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  .user-edit {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
  }

  .user-name {
    font-size: 20px;
    line-height: 42px;
    font-weight: 500;
  }

  .user_full_details {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
  }

  .user-details-heading {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }

  .place_order {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }

  .place_order_heading {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    width: 15%;
  }

  .place_order_border {
    width: 90%;
    border-bottom: 1px solid black;
  }

  .order-card {
    background: var(--white);
    box-shadow: 0 0 20px 0 #46434340;
    border: 1px solid #C9C2C2;
    border-radius: 29px;
    padding: 30px 100px;
    height: 590px;
  }
  input[type='checkbox'],input[type='radio']{
    zoom: 1.5;
  }
  .custom-hide{
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -99;
  }

  .schedule-terms {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--lightblues);
    padding-left: 10px;
  }

  .parcel_edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }

  .p-heading{
    font-size: 14px;
    font-weight: bold;
  }

  .parcel_data_inq {
    display: flex;
    align-items: center;

    /* justify-content: space-between; */
    font-size: 13px;
    line-height: 22px;
    color: #847F7F;
    ;
    font-weight: 500;
  }

  .parcel_data_inq p {
    margin: 1px;
  }

  .parcel_inq {
    padding: 10px 40px 10px 0;
  }

  .inq_heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 11px 0;
  }

  .total-price {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
  }

  .sub-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
  }

  .total-price p {
    margin-bottom: 1px;

  }

  .sub-total p {
    margin-bottom: 1px;

  }

  .referral-code {
    color: var(--green);
  }

  .success-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 20px;
  }

  .success-cong-heading {
    /* color: var(--lightblues); */
    font-size: 28px;
    line-height: 45px;
    /* font-weight: 500; */
    padding: 10px 0 9px 0;
  }

  .success-img img {
    width: 50%;
    object-fit: contain;
  }

  .download-invoice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }

  .download-invoice img {
    margin-right: 20px;
  }

  .coupon-code {
    border-radius: 13px;
    color: var(--light-grey);
    margin: 20px 0;
  }

  .code-verify-button {
    border-radius: 13px;
    background-color: #1C7AAF;
    ;
    color: var(--white);
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    padding: 5px 20px;

  }

  .place_order_tab {
    /* opacity: 0.5; */
    border: 1px solid rgba(18, 194, 205, 0.5);
    border-radius: 34px;
    overflow: hidden;
  }

  .place_order_tab .active {
    background: #1C7AAF;
    color: white;
    /* padding: 8px 0; */
    border-radius: 34px;
  }

  .select-vehicle-type {
    /* text-align: center;
    padding: 5px 0;
    width: 100%; */
    /* padding: 5px 0; */
    width: 150px;
    height: 150px;
    /* border: 1px solid; */
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: linear-gradient(0deg, rgba(22, 175, 185, 0.5), rgba(22, 175, 185, 0.5)),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 19px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px 0px #BDB7B740;
    position: relative;

  }
  .select-vehicle-type:hover{
    cursor: pointer;
  }
  .select-vehicle-type.selected {
    border: 2px solid var(--primary);
  }
  .vehicle-type-name{
    background: var(--primary);
    border-radius: 0 0 10px 10px;
    height: fit-content;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    display: none;
  }
  .vehicle-type-price{
    background: var(--primary);
    border-radius: 10px 10px 0 0;
    height: fit-content;
    color: #fff;
    padding: 2px 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
  }
  .select-vehicle-type.selected>.vehicle-type-name, .select-vehicle-type.selected>.vehicle-type-price{
    display: block !important;
  }
  .select-parcel-type.selected>.vehicle-type-name{
    display: block !important;
    background: var(--primary);
    border-radius: 0 0 10px 10px;
    height: fit-content;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    font-size: 12px;
    transform: translate(-50%, 0px);
    width: 75%;
  }
  .select-vehicle-type img {
    width: 64%;
    object-fit: contain;
  }
  .select_vehicle{
    visibility: hidden;
    position: absolute;
  }

  .parcel-back-img {
    background-size: contain !important;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 30px;
    height: 652px;
  }
  .parcel-back>span{
    color: #16AFB9 !important;
  }
  .desktop-top-section{
    padding-top: 30px;
  }
  .place-order-map{
    border-radius: 0 29px 29px 0;
    position: absolute;
    top: 0;
    left: -35px;
    right: 15px;
    bottom: 0;
    z-index: 2;
  }
  .parcel-padding{
    padding-left: 5px;
  }
.carousel-control-prev{
  left: -60px;
}
.carousel-control-next {
  right: -55px;
}
.address-detail{
  border-right: 1px solid #9B9999;
}
.detail-edit{
  cursor: pointer;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}
.referral-2{
  display: block;
}
.referral-1{
  display: none !important;
}
.font-20{
  font-size: 20px !important;
}
.next.active, .schedule-button.active{
  background-color: #1C7AAF !important;
  color: #fff !important;
}
.parcel-padding .carousel-inner .carousel-item{
  min-height: 332px;
}
.place-order-btn-position{
  position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
}
fieldset{
  /* position: relative !important; */
  padding-bottom: 40px;
}
.partner-box-padding{
  padding: 30px;
}
.step-form-height{
  height:585px
}

  /* place order end */

@media(max-width:465px){
  .home-content p{
    font-size: 17px !important;
  }
  .step-form-height{
    height:unset !important
  }
  .partner-box-padding{
    padding: 30px !important;
  }
  
  .join-team-heading{
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 600;
  }
  .join-team-p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding-top: 20px;
  }
  .join-team-text{
    padding: 50px 30px 20px 0;
  }

.business-next{
  border-radius: 34px;
  width: 35% !important ;
  border: 1px solid #16AFB9;
  color: #16AFB9;
  font-size: 16px;
  padding: 10px;
  /* line-height: 30px; */
  font-weight: 500;
  margin: auto;
}
  .business-previous {
    border-radius: 34px;
    border: 1px solid #16AFB9;
    color: #16AFB9;
    font-size: 16px;
    /* line-height: 30px; */
    font-weight: 500;
    /* margin: auto; */
    width: 46%;
    display: flex;
    text-align: center;
    padding: 10px;
    float: left;
  }
  
  .business-previous img {
      width: 15%;
      margin-right: 10px;
      object-fit: contain;
  }
  .font-sm-15{
    font-size: 15px !important;
  }
  .n-padding-30{
    padding-right: 10px !important;
  }
  
.business-register-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.business-register-heading p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}


  .message-heading{
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    color: var(--secondary);
    padding-bottom: 15px;
  }
  .contact-info-heading{
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    padding: 10px 0;
  }
  .contact-info-text{
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }
  .contact-info-text img{
   padding-right: 20px;
   object-fit: contain;

  }
  .navbar{
      height: 70px !important;
  }
  .why_header{
    font-size:25px ;
    font-weight:600 ;
    line-height:67.5px ;
    margin: 25px 0;
  }

  .Ba_a_partner{
    font-size:25px ;
    font-weight:600 ;
    line-height:67.5px ;
    padding-top: 0;
    color: #000000;
    padding-bottom: 0;
  }
  .mySwiper{
    margin-top: 50px;
  }
  .vehicles {
    background-size: cover !important;
    padding: 50px 0;
}
.swiper-pagination{
  display: block;
}
.download-sec-title {
  font-size: 20px;
}
.download-sec-left-img{
  position: absolute;
    width: 45%;
    left: 50%;
    z-index: 1;
    bottom: -30px;
    top: unset;
    /* margin: auto; */
    transform: translate(-50%, 0);
}
.download-sec{
  padding-top: 60px;
  margin-top: 150px;
}
.place_order{
  height: unset;
}
.join_bg{
  height: unset;
  background-image: unset !important;
}
.col-reverse{
  flex-direction: column-reverse
}
.join-banner{
  background-image: url('../images/Vector 170.png');
      background-size: contain !important;
      background-position: right;
      background-repeat: no-repeat;
      margin-top: 39px;
      height: 325px;
      margin-right: -10px;
}
.volunteer-form-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
}
.join-team-text{
  padding: 0;
}
.form-margin{
  margin-top: 20px;
}
.top-section{
  margin-top: 70px !important;
}
.contact-top-section{
  margin-top: 130px;
}
.contact-map-iframe{
  height: 600px;
}
.order-card {
  padding: 30px;
  height: unset;
}
.place_order_form{
  height: unset;
}
.place-order-map{
  position: relative;
  border-radius: 0 0 29px 29px;
  left: 0;
  top: -35px;
  height: 300px;
}
.select-parcel-type {
  padding: 10px;
  position: relative !important;
}
.select-parcel-type img{
  width: 100% !important;
}
.select-vehicle-type{
  width: 80px;
  height: 80px;
}
.select-vehicle-type.selected>.vehicle-type-name, .select-vehicle-type.selected>.vehicle-type-price{
  display: none !important;
}
.select-parcel-type.selected>.vehicle-type-name{
  display: none !important;
}
.carousel-control-next {
  right: -40px !important;
}
.carousel-control-prev {
  left: -50px !important;
}
/* .place-order-card-header{
  padding-top: 20px;
} */
.modal-dialog{
  width: 100% !important;
  margin: 0 !important;
}
.address-detail{
  border-right: 0;
}
.d-sm-none{
  display: none !important;
}
.d-sm-block{
  display: block !important;
}
.referral-2{
  display: none !important;
}
.referral-1{
  display: block !important;
}
.otp-input-box {
  height: 35px !important;
}
.business-next {
  width: 45%;
}
.place-order-banner{
  padding-top: 100px;
  text-align: center !important;
}
.place-order-banner img{
float: unset !important;
}
.download-sec-app-head{
  text-align: center;
}
.contact-message-card{
  padding-top: 175px !important;
}
.header-location{
  max-width: 150px !important;
}
.digit-group{
  place-content: space-between;
}
.digit-group input {
  margin: 0 1px !important;
  height: 50px !important;
  width: 50px !important;
}
.Verify-card input{
  font-size: 15px !important;
}
.parcel-padding .carousel-inner .carousel-item{
  min-height: 192px !important;
}
}
